projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d121264
)
(locate-current-line-number): No longer interactive.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 14 Mar 1998 21:45:49 +0000
(21:45 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 14 Mar 1998 21:45:49 +0000
(21:45 +0000)
lisp/locate.el
patch
|
blob
|
history
diff --git
a/lisp/locate.el
b/lisp/locate.el
index 7cc3e0a2102f9d95f95d5073facd8fdb6b12c602..b3dc07661920af13b97f0ef1c7886f55b7b1f1e9 100644
(file)
--- a/
lisp/locate.el
+++ b/
lisp/locate.el
@@
-2,7
+2,7
@@
;; Copyright (C) 1996, 1998 Free Software Foundation, Inc.
-;; Author: Peter Breton <pbreton@
i-kinetics.com
>
+;; Author: Peter Breton <pbreton@
cs.umb.edu
>
;; This file is part of GNU Emacs.
@@
-252,7
+252,6
@@
;; From SQL-mode
(defun locate-current-line-number ()
"Return the current line number, as an integer."
- (interactive)
(+ (count-lines (point-min) (point))
(if (eq (current-column) 0)
1